home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / WINDOWS / DH14A.ARJ / HISTORY.TXT < prev    next >
Text File  |  1992-07-09  |  13KB  |  304 lines

  1. **********************
  2. * History of Changes *
  3. **********************
  4.  
  5. Most of the following changes have been suggested by users of The
  6. Desktop Helper.  I believe in giving credit to those who have taken
  7. the time to pass along their suggestions.
  8.  
  9.  
  10.  
  11. ----Version 1.4----
  12. 1.  DH will now make sure that its pop-up menu has the input focus
  13.     and that the input focus will be restored to the correct window
  14.     when the DH pop-up menu is removed from the screen.
  15.  
  16.     First reported by Jim D'Agostino.  Thanks.
  17.  
  18. 2.  The Launch Parameters dialog box (accessed from the Launch
  19.     Maintenance dialog box) now includes an optional Working Directory
  20.     field.
  21.  
  22.     Added a selection for starting a task in the normal, maximized, or
  23.     minimized Run Style.
  24.  
  25.     Added a Browse button.  If you can't remember where the program to
  26.     be run is located then use this button to find it and automatically
  27.     enter its path and file name into the Command Line field.
  28.  
  29.     You no longer have to type a "?" character at the beginning of the
  30.     Command Line to get DH to prompt for command line parameters when a
  31.     program is launched.  There is now a check box that should be used
  32.     to indicate this.
  33.  
  34.     First requested by Jim Freeman, Jim D'Agostino, and MANY others.
  35.     Thanks to all.
  36.  
  37.  
  38. ----Version 1.3----
  39. 1.  Fixed a bug when running under Windows 3.1.  When configured to
  40.     use the left mouse button, the pop-up menu would stick and not
  41.     disappear after letting up on the mouse button.  Even worse, a
  42.     second left click would just bring the pop-up menu to a new location.
  43.     Only the escape key would make it go away (sometimes).
  44.  
  45. 2.  Windows (3.x) seems to lie about how high a single menu item is and
  46.     therefore my calculation for how many items will fit in the pop-up
  47.     menu list are wrong when the screen height is greater than 600.
  48.     This didn't show up until I moved to 1024x768.  I was mystified when
  49.     I had fewer items in the menu list than when I was using 800x600.
  50.     Until I can figure a way around this I have disabled the calculation
  51.     on resolutions greater than 600.  The maximum is set to 48.  If you
  52.     should add more items to the list than will actually fit on the screen
  53.     then the list will automatically be truncated.
  54.  
  55. 3.  Added a Resources item to the Windows menu.  It displays information
  56.     such as free memory and system resources.
  57.  
  58. 4.  The Cascade and Tile menu items will only show up in the pop-up menu
  59.     list for Windows 3.0.  These two items will not be included in the
  60.     list if you run DH under Windows 3.1.  The Windows 3.1 Software
  61.     Development Kit no longer supports the undocumented calls used to
  62.     implement these two commands.
  63.  
  64. 5.  With the death of Real Mode in Windows 3.1, DH will no longer work
  65.     on an 8080 or 8086 processor.
  66.  
  67. 6.  When an application caused critical error (system modal) dialog box
  68.     appeared on the screen, often because you referenced a floppy drive
  69.     without a diskette in it, you could not use your mouse to click on
  70.     the Cancel or Retry buttons if DH was configured to use the left-hand
  71.     mouse button.  This has now been fixed.
  72.  
  73.     First reported by Jim D'Agostino.  Thanks.
  74.  
  75.  
  76. ----Version 1.2----
  77. 1.  Fixed bug that caused a UAE when the DH pop-up menu was activated
  78.     while the beg box was still on the screen.  The fix ensures that
  79.     the user can not activate the pop-up menu while the beg box is
  80.     on the screen.
  81.  
  82.     First reported by Ken Roser.  Thanks.
  83.  
  84. 2.  The "Exit Windows" menu item has been moved to the Window sub-
  85.     menu.  This seemed like a more appropriate place.
  86.  
  87. 3.  Fixed bug with changing mouse button preferences.  After making a
  88.     change only the desktop click activation method worked with the
  89.     new button preference.  The non-client activation method would
  90.     continue working with the old button preference until DH was
  91.     exited and restarted.
  92.  
  93. 4.  Double-clicking an item in the list box of the "Launch Maintenance"
  94.     dialog box will now automatically invoke edit mode.  This is a
  95.     short cut for- select an item and then select the "Edit" button.
  96.  
  97. 5.  Fixed bug that did not tell the user if changes could not be saved
  98.     to the DH.INI file.
  99.  
  100.     First reported by Jim D'Agostino.  Thanks.
  101.  
  102. 6.  Changed the method by which a click on the Desktop is detected in
  103.     order to avoid problems with Adobe Type Manager and other
  104.     applications that subclass the Desktop.
  105.  
  106.     The symptom was that DH could be activated by a non-client area
  107.     mouse click but NOT by a Desktop click.
  108.  
  109.     This also eliminates the problem of not being able to use the
  110.     "Close" command to exit DH because some other task started after
  111.     DH had also sub-classed the Desktop window.
  112.  
  113. 7.  The default mouse button for first-time users has been changed
  114.     from the left button to the right button.
  115.  
  116.  
  117. ----Version 1.1----
  118. 1.  The "Launch Maintenance" dialog box is now (finally!) functional.
  119.     This eliminates the need to exit DH, use a text editor to edit
  120.     DH.INI, and rerun DH.
  121.  
  122.     You view, change, delete, and add menu entries as well as move an
  123.     entry up or down to change its position in the list.
  124.  
  125.     Because it is no longer necessary to edit DH.INI, the description
  126.     of its format and contents have been dropped from the manual
  127.     (DH.WRI).
  128.  
  129.     Even though the format of DH.INI has changed slightly (SEPARATORs
  130.     now have a digit appended to them), you do not need to make any
  131.     changes manually.  A minor change will be made automatically the
  132.     first time you use the new "Launch" menu to make a change to the
  133.     menu list.
  134.  
  135.     Thanks to all those who have been patiently awaiting this feature
  136.     and thanks to Jim & Jim who insisted that it be implemented in order
  137.     to call DH a finished product.
  138.  
  139. 2.  Minor bug fix- when calculating how many items will fit in the pop-up
  140.     menu based on screen resolution the result was off by one.  For some
  141.     reason I subtracted one from the result.  You may now have room to
  142.     add one more item to the menu.
  143.  
  144. 3.  DH will now first look for your DH.INI file in the same directory
  145.     that DH was run from.  If it fails to find it there then it will
  146.     default to the Windows directory.
  147.  
  148.     First suggested by Jim D'Agostino.  Thanks.
  149.  
  150.  
  151. ----Version 1.0----
  152. 1.  Public Release.
  153.     
  154.     Version 0.9 was released only to beta testers.
  155.  
  156.  
  157. ----Version 0.9----
  158. 1.  Increased the maximum number of characters per menu item from sixteen
  159.     to thirty-two.
  160.  
  161.     First suggested by Tom Clark.  Thanks.
  162.  
  163. 2.  The "Registration" dialog box allowed you to type more characters on
  164.     each line then was acceptable.  The User Name is limited to twenty-
  165.     five characters and the License Number is limited to six characters.
  166.     It was possible to exceed both limits.
  167.  
  168. 3.  Added additional Task Manager functionality- a multi-level "Windows"
  169.     menu with the usual "Cascade", "Tile", and "Arrange ICONs".  This
  170.     menu selection will arrange all desktop windows and ICONs.  It will
  171.     not arrange child MDI windows and ICONs.
  172.  
  173.     First hinted at by Alan Mandler.  Thanks.
  174.  
  175. 4.  Added a "Preferences" dialog box.  This dialog will allow you to
  176.     choose left, right, or middle mouse button activation.  If you
  177.     choose the right or middle buttons then it is not necessary to
  178.     hold down the Control key when clicking in the non-client area of
  179.     a window.  The other benefit is that you do not have to hold the
  180.     button down- the menu won't disappear like it does when the left
  181.     button is used.
  182.  
  183.     Also, note that if you select the middle button and your Windows
  184.     mouse driver is not capable of supporting this button then you will
  185.     not be able to activate DH.  You must manually edit DH.INI, change
  186.     the "Button=3" entry in the "[Preferences]" section back to "Button=1"
  187.     (left button) or "Button=2" (right button), and restart Windows.
  188.  
  189.     First suggested by Alan Mandler and Jim Freeman.  Thanks.
  190.  
  191. 5.  Rearranged the components of the "Run" dialog box to allow for a
  192.     longer list of directories and a larger path.
  193.  
  194. 6.  Renamed the "Exit" menu item to "Close" so as not to be confused
  195.     with the new "Exit Windows" menu item.
  196.  
  197. 7.  Added an "Exit Windows" menu item.  This will terminate Windows
  198.     without asking whether you want to save your Desktop changes.
  199.  
  200.     First suggested by Antonio R. Dias.  Thanks.
  201.  
  202. 8.  DH can now be used as your primary shell program.  DH will display
  203.     a minimal shell (title bar with System menu).  Just
  204.     change the "shell" entry in system.ini to run dh.exe.  DH.EXE and
  205.     DHHOOK.DLL must both be located in your Windows directory.
  206.  
  207.     The only other catch is that if your are running ATM (and possibly
  208.     some other software, but who knows?...) any other programs in your
  209.     "load=" or "run=" lines in win.ini will not automatically start up.
  210.     They must be started manually.  This is a restriction at the moment.
  211.     This problem will be solved in a future release.
  212.  
  213.     First suggested by Brent Ingraham.  Thanks.
  214.  
  215. 9.  The "Run" dialog box now contains radio buttons that dictate what
  216.     the default file name will be.
  217.  
  218.     First suggested by Ermine Todd III.  Thanks.
  219.  
  220. 10. Try to find the hidden dedication display in the "About" dialog box.
  221.  
  222.  
  223. ----Version 0.8----
  224. 1.  Public Release.
  225.     
  226.     Version 0.7 was released only to beta testers.
  227.  
  228.  
  229. ----Version 0.7----
  230. 1.  There is now an alternate, more convenient way to activate The
  231.     Desktop Helper.  Hold down the <Control> key while pressing the
  232.     left mouse button on top of any non-client area of any window.
  233.     Suitable non-client areas of a window are the title bar, a blank
  234.     portion of the menu bar, scroll bars, ICONs, etc.
  235.  
  236.     This method is superior to the "hot keys" method of activation
  237.     that some other launching utilities use.  Who wants to change
  238.     the hot key used when ever you install a new application/utility
  239.     that happens to use the same hot key?  It is also better than
  240.     appending entries to the System Menu because the System Menu
  241.     is not always available in every window, such as some dialog
  242.     boxes.
  243.  
  244.     First suggested by Jim D'Agostino.  Thanks.
  245.  
  246. 2.  In order to allow more space for user added programs, the "Launch",
  247.     "Task", "Run", "About", and "Exit" menu items have been collapsed
  248.     into one menu item called "Desktop Helper".
  249.  
  250.     First suggested by Jim Freeman.  Thanks.
  251.  
  252. 3.  The maximum number of possible items that can be added to the
  253.     pop-up menu has been increased from thirty-two to forty-eight
  254.     (actual mileage will vary with vertical screen resolution).
  255.  
  256. 4.  You can now add your own separator bars to the pop-up menu by
  257.     placing the following line at the appropriate positions in the
  258.     DH.INI file:
  259.  
  260.         (SEPARATOR)=
  261.  
  262.     Note that the above line must be typed exactly as stated.
  263.  
  264.     Also, note that a separator counts as one of the forty-eight possible
  265.     menu items.
  266.  
  267.     First suggested by Brent Ingraham.  Thanks.
  268.  
  269. 5.  Windows caches all .INI files.  It was possible to exit The Desktop
  270.     Helper, edit DH.INI, and restart DH.EXE and not have the changes
  271.     reflected in the pop-up menu.  This problem has now been corrected.
  272.  
  273. 6.  The "Run" dialog box now contains the prompt for optional command
  274.     line parameters and the "Run minimized" check box.  These two items
  275.     used to be in a separate dialog box that popped up after the main
  276.     file selection box.  This extra dialog box was a mild annoyance.
  277.  
  278. 7.  It is now possible to have a program located on the launch menu to
  279.     prompt for command line parameters.  This is done by placing a
  280.     question mark as the very first character in front of the program
  281.     name.  For example, to prompt for command line input when selecting
  282.     the Write program the entry in DH.INI should look like this:
  283.  
  284.         Write=?write.exe
  285.  
  286. 8.  The "About" dialog box now contains a button to allow you to
  287.     register your copy of The Desktop Helper.  A registration number
  288.     will be provided when you submit your registration fee.  A valid
  289.     registration number will be necessary in the future to unlock
  290.     additional functionality.
  291.  
  292.  
  293. ----Version 0.6----
  294. 1.  It was possible for Windows to crash when selecting a program to
  295.     launch from the pop-up menu if Windows was running in Real or
  296.     Standard mode.
  297.  
  298. 2.  If the Windows Debugging Kernel was running, The Desktop Helper
  299.     would cause a problem to be reported.
  300.  
  301.  
  302. ----Version 0.5----
  303. 1.  First general release to the public.
  304.